public void Add( TKey key, TValue value )
'Declaration Public Overloads Sub Add( _ ByVal key As TKey, _ ByVal value As TValue _ )
'Usage Dim instance As DictionaryWithEvents(Of TKey,TValue) Dim key As TKey Dim value As TValue instance.Add(key, value)
public: void Add( TKey* key, TValue* value )
Target Platforms
DictionaryWithEvents<TKey,TValue> Class DictionaryWithEvents<TKey,TValue> Members Overload List